home *** CD-ROM | disk | FTP | other *** search
/ Summit / Summit Recordable CD-ROM.ISO / screen / 127.spr < prev    next >
Encoding:
Text File  |  1994-08-11  |  10.3 KB  |  274 lines

  1. *       *********************************************************
  2. *       *                                                         
  3. *       * 08/11/94               127.SPR                 19:16:14 
  4. *       *                                                         
  5. *       *********************************************************
  6. *       *                                                         
  7. *       * Duncan Halstead                                         
  8. *       *                                                         
  9. *       * Copyright (c) 1994 CD-ROM, Inc.                         
  10. *       * 603 Park Point Dr.                                      
  11. *       * Golden, CO  80401                                       
  12. *       *                                                         
  13. *       * Description:                                            
  14. *       * This program was automatically generated by GENSCRN.    
  15. *       *                                                         
  16. *       *********************************************************
  17.  
  18.  
  19. #REGION 0
  20. REGIONAL m.currarea, m.talkstat, m.compstat
  21.  
  22. IF SET("TALK") = "ON"
  23.     SET TALK OFF
  24.     m.talkstat = "ON"
  25. ELSE
  26.     m.talkstat = "OFF"
  27. ENDIF
  28. m.compstat = SET("COMPATIBLE")
  29. SET COMPATIBLE FOXPLUS
  30.  
  31. m.rborder = SET("READBORDER")
  32. SET READBORDER ON
  33.  
  34. *       *********************************************************
  35. *       *                                                         
  36. *       *               Windows Window definitions                
  37. *       *                                                         
  38. *       *********************************************************
  39. *
  40.  
  41. IF NOT WEXIST("_qsh15axkq")
  42.     DEFINE WINDOW _qsh15axkq ;
  43.         AT  0.000, 0.000  ;
  44.         SIZE 29.846,58.800 ;
  45.         TITLE "Kitchen Accessories" ;
  46.         FONT "MS Sans Serif", 8 ;
  47.         FLOAT ;
  48.         CLOSE ;
  49.         MINIMIZE ;
  50.         SYSTEM
  51.     MOVE WINDOW _qsh15axkq CENTER
  52. ENDIF
  53.  
  54.  
  55. *       *********************************************************
  56. *       *                                                         
  57. *       *                127/Windows Screen Layout                
  58. *       *                                                         
  59. *       *********************************************************
  60. *
  61.  
  62. #REGION 1
  63. IF WVISIBLE("_qsh15axkq")
  64.     ACTIVATE WINDOW _qsh15axkq SAME
  65. ELSE
  66.     ACTIVATE WINDOW _qsh15axkq NOSHOW
  67. ENDIF
  68. @ 0.077,0.200 SAY (LOCFILE("bmp\127.bmp","BMP|ICO|PCT|ICN", "Where is 127?" )) BITMAP ;
  69.     SIZE 29.538,57.600 ;
  70.     ISOMETRIC ;
  71.     STYLE "T"
  72. @ 1.846,1.800 GET abc ;
  73.     PICTURE "@*IHN " ;
  74.     SIZE 6.462,24.800,0.800 ;
  75.     DEFAULT 0 ;
  76.     FONT "MS Sans Serif", 8 ;
  77.     VALID _qsh15ayd9()
  78. @ 8.385,1.400 GET abc ;
  79.     PICTURE "@*IHN " ;
  80.     SIZE 6.154,25.600,0.800 ;
  81.     DEFAULT 0 ;
  82.     FONT "MS Sans Serif", 8 ;
  83.     VALID _qsh15ayj7()
  84. @ 14.692,1.200 GET abc ;
  85.     PICTURE "@*IHN " ;
  86.     SIZE 5.769,27.000,0.800 ;
  87.     DEFAULT 0 ;
  88.     FONT "MS Sans Serif", 8 ;
  89.     VALID _qsh15aytk()
  90. @ 20.538,1.600 GET abc ;
  91.     PICTURE "@*IHN " ;
  92.     SIZE 6.154,26.400,0.800 ;
  93.     DEFAULT 0 ;
  94.     FONT "MS Sans Serif", 8 ;
  95.     VALID _qsh15ayzm()
  96. @ 2.154,28.800 GET abc ;
  97.     PICTURE "@*IHN " ;
  98.     SIZE 7.538,26.600,0.800 ;
  99.     DEFAULT 0 ;
  100.     FONT "MS Sans Serif", 8 ;
  101.     VALID _qsh15az51()
  102. @ 9.692,29.600 GET abc ;
  103.     PICTURE "@*IHN " ;
  104.     SIZE 6.462,26.800,0.800 ;
  105.     DEFAULT 0 ;
  106.     FONT "MS Sans Serif", 8 ;
  107.     VALID _qsh15azak()
  108. @ 16.308,29.200 GET abc ;
  109.     PICTURE "@*IHN " ;
  110.     SIZE 10.615,27.200,0.800 ;
  111.     DEFAULT 0 ;
  112.     FONT "MS Sans Serif", 8 ;
  113.     VALID _qsh15azft()
  114.  
  115. IF NOT WVISIBLE("_qsh15axkq")
  116.     ACTIVATE WINDOW _qsh15axkq
  117. ENDIF
  118.  
  119. READ CYCLE ;
  120.     DEACTIVATE .T.
  121.  
  122. RELEASE WINDOW _qsh15axkq
  123.  
  124. #REGION 0
  125.  
  126. SET READBORDER &rborder
  127.  
  128. IF m.talkstat = "ON"
  129.     SET TALK ON
  130. ENDIF
  131. IF m.compstat = "ON"
  132.     SET COMPATIBLE ON
  133. ENDIF
  134.  
  135.  
  136. *       *********************************************************
  137. *       *                                                         
  138. *       * _QSH15AYD9           abc VALID                          
  139. *       *                                                         
  140. *       * Function Origin:                                        
  141. *       *                                                         
  142. *       * From Platform:       Windows                            
  143. *       * From Screen:         127,     Record Number:    3       
  144. *       * Variable:            abc                                
  145. *       * Called By:           VALID Clause                       
  146. *       * Snippet Number:      1                                  
  147. *       *                                                         
  148. *       *********************************************************
  149. *
  150. FUNCTION _qsh15ayd9     &&  abc VALID
  151. #REGION 1
  152. USE CLOSEUP
  153. GO 833
  154. DO ZOOM.SPR
  155.  
  156. *       *********************************************************
  157. *       *                                                         
  158. *       * _QSH15AYJ7           abc VALID                          
  159. *       *                                                         
  160. *       * Function Origin:                                        
  161. *       *                                                         
  162. *       * From Platform:       Windows                            
  163. *       * From Screen:         127,     Record Number:    4       
  164. *       * Variable:            abc                                
  165. *       * Called By:           VALID Clause                       
  166. *       * Snippet Number:      2                                  
  167. *       *                                                         
  168. *       *********************************************************
  169. *
  170. FUNCTION _qsh15ayj7     &&  abc VALID
  171. #REGION 1
  172. USE CLOSEUP
  173. GO 834
  174. DO ZOOM.SPR
  175.  
  176. *       *********************************************************
  177. *       *                                                         
  178. *       * _QSH15AYTK           abc VALID                          
  179. *       *                                                         
  180. *       * Function Origin:                                        
  181. *       *                                                         
  182. *       * From Platform:       Windows                            
  183. *       * From Screen:         127,     Record Number:    5       
  184. *       * Variable:            abc                                
  185. *       * Called By:           VALID Clause                       
  186. *       * Snippet Number:      3                                  
  187. *       *                                                         
  188. *       *********************************************************
  189. *
  190. FUNCTION _qsh15aytk     &&  abc VALID
  191. #REGION 1
  192. USE CLOSEUP
  193. GO 835
  194. DO ZOOM.SPR
  195.  
  196. *       *********************************************************
  197. *       *                                                         
  198. *       * _QSH15AYZM           abc VALID                          
  199. *       *                                                         
  200. *       * Function Origin:                                        
  201. *       *                                                         
  202. *       * From Platform:       Windows                            
  203. *       * From Screen:         127,     Record Number:    6       
  204. *       * Variable:            abc                                
  205. *       * Called By:           VALID Clause                       
  206. *       * Snippet Number:      4                                  
  207. *       *                                                         
  208. *       *********************************************************
  209. *
  210. FUNCTION _qsh15ayzm     &&  abc VALID
  211. #REGION 1
  212. USE CLOSEUP
  213. GO 836
  214. DO ZOOM.SPR
  215.  
  216. *       *********************************************************
  217. *       *                                                         
  218. *       * _QSH15AZ51           abc VALID                          
  219. *       *                                                         
  220. *       * Function Origin:                                        
  221. *       *                                                         
  222. *       * From Platform:       Windows                            
  223. *       * From Screen:         127,     Record Number:    7       
  224. *       * Variable:            abc                                
  225. *       * Called By:           VALID Clause                       
  226. *       * Snippet Number:      5                                  
  227. *       *                                                         
  228. *       *********************************************************
  229. *
  230. FUNCTION _qsh15az51     &&  abc VALID
  231. #REGION 1
  232. USE CLOSEUP
  233. GO 837
  234. DO ZOOM.SPR
  235.  
  236. *       *********************************************************
  237. *       *                                                         
  238. *       * _QSH15AZAK           abc VALID                          
  239. *       *                                                         
  240. *       * Function Origin:                                        
  241. *       *                                                         
  242. *       * From Platform:       Windows                            
  243. *       * From Screen:         127,     Record Number:    8       
  244. *       * Variable:            abc                                
  245. *       * Called By:           VALID Clause                       
  246. *       * Snippet Number:      6                                  
  247. *       *                                                         
  248. *       *********************************************************
  249. *
  250. FUNCTION _qsh15azak     &&  abc VALID
  251. #REGION 1
  252. USE CLOSEUP
  253. GO 838
  254. DO ZOOM.SPR
  255.  
  256. *       *********************************************************
  257. *       *                                                         
  258. *       * _QSH15AZFT           abc VALID                          
  259. *       *                                                         
  260. *       * Function Origin:                                        
  261. *       *                                                         
  262. *       * From Platform:       Windows                            
  263. *       * From Screen:         127,     Record Number:    9       
  264. *       * Variable:            abc                                
  265. *       * Called By:           VALID Clause                       
  266. *       * Snippet Number:      7                                  
  267. *       *                                                         
  268. *       *********************************************************
  269. *
  270. FUNCTION _qsh15azft     &&  abc VALID
  271. #REGION 1
  272. USE CLOSEUP
  273. GO 839
  274. DO ZOOM.SPR